home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / containers / utilityClasses / IConstraintLayout.as < prev    next >
Text File  |  2008-10-29  |  348b  |  16 lines

  1. package mx.containers.utilityClasses
  2. {
  3.    public interface IConstraintLayout
  4.    {
  5.        
  6.       
  7.       function get constraintColumns() : Array;
  8.       
  9.       function set constraintRows(param1:Array) : void;
  10.       
  11.       function get constraintRows() : Array;
  12.       
  13.       function set constraintColumns(param1:Array) : void;
  14.    }
  15. }
  16.